Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 2,802 for

document protection

(0.43 sec)
  1. GroupDocs.Metadata Overview | GroupDocs

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various Document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata associated with various document, image, audio, video and many...

    docs.groupdocs.com/metadata/java/product-overview/
  2. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....merge Microsoft Office Word documents in Node.js applications using...for .NET. Streamline your document management workflow with this...

    blog.groupdocs.com/categories/groupdocs.merger-...
  3. Agents and LLM Integration | GroupDocs

    GroupDocs.Conversion for Python via .NET is AI agent and LLM friendly — machine-readable Documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven Document pipelines....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...ships machine-readable documentation in multiple formats — including...

    docs.groupdocs.com/conversion/python-net/agents...
  4. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks to presentation documents / Working with slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...
  5. GroupDocs.Comparison for Python via .NET Overvi...

    GroupDocs.Comparison for Python via .NET compares 50+ Document formats — DOCX, PDF, XLSX, PPTX, images, AutoCAD, source code — detecting text, style, and formatting changes at paragraph, word, and character level with accept/reject workflows, multi-source compare, and AI-pipeline-friendly change extraction....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...library that compares 50+ document formats — DOCX, PDF, XLSX...

    docs.groupdocs.com/comparison/python-net/produc...
  6. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert Documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Converting...

    docs.groupdocs.com/conversion/java/convert-to-h...
  7. GroupDocs.Search for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Search for .NET 25.11. Available now on NuGet and GroupDocs website....files, so you can index those documents without writing a custom extractor...Load the protected document Document document = Document.CreateFromFile(...

    blog.groupdocs.com/search/groupdocs-search-for-...
  8. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...password-protected documents Load password-protected documents Leave...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  9. Edit Word Documents in Java | Build your own Ja...

    Editing Word Documents is explained with Java examples to edit DOC, DOCX, ODT files within your applications using Document editing Java API....and are used for drafting documents. Therefore, as a developer...programmatically edit Word documents within the applications. In...

    blog.groupdocs.com/editor/edit-word-documents-i...
  10. How to Run Examples | GroupDocs

    Clone the GitHub examples repository, install dependencies into a virtual environment, optionally apply a license, and run every Documented example end to end — locally, inside Docker, or on GitHub Actions....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...code example shown on this documentation site lives in a standalone...

    docs.groupdocs.com/conversion/python-net/how-to...